projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc268ed
)
Remove superfluous skip in auth-source-tests.el
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 20 Sep 2021 08:21:30 +0000
(10:21 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 20 Sep 2021 08:21:30 +0000
(10:21 +0200)
* test/lisp/auth-source-tests.el
(auth-source-test-netrc-create-secret): Remove superfluous skip.
test/lisp/auth-source-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/auth-source-tests.el
b/test/lisp/auth-source-tests.el
index 08e8325e9f7b478a1835e3450e605cef2e139533..226bb69c46358c240ad4f5a85ec513f996cb3582 100644
(file)
--- a/
test/lisp/auth-source-tests.el
+++ b/
test/lisp/auth-source-tests.el
@@
-360,7
+360,6
@@
(format "%s@%s" (plist-get auth-info :user) (plist-get auth-info :host))))))
(ert-deftest auth-source-test-netrc-create-secret ()
- (skip-unless secrets-enabled)
(let* ((netrc-file (make-temp-file "auth-source-test"))
(auth-sources (list netrc-file))
(auth-source-save-behavior t)